home *** CD-ROM | disk | FTP | other *** search
/ Mission 3 / Mission 3.zip / Mission 3.iso / zugabe / gcc281 / gas_29s.lzh / ReadMe < prev   
Text File  |  1998-05-17  |  1KB  |  43 lines

  1.  
  2. What do you need for recompiling gas on Atari running MiNT?
  3.  
  4.  - a MiNT system that's powerfull enough to run GNU configure scripts
  5.  - 28 MB minix hard disc space
  6.  
  7. Steps for recompiling:
  8.  
  9.  - apply the patches from diff file
  10.  
  11.  - disable the directories binutils, ld and gprof because these programs are
  12.    not ported to MiNT.
  13.        # mv binutils binutils.dis
  14.        # mv gprof gprof.dis
  15.        # mv ld ld.dis
  16.  
  17.  - run configure
  18.      # configure --prefix=/usr --disable-shared 
  19.         
  20.  - change to directory binutils-2.9/bfd and create bfd.h (needed by libopcodes):
  21.      # make bfd.h
  22.      
  23.  - change to directory binutils-2.9/opcodes and make the lib: 
  24.     # make
  25.  
  26.  - change to directory binutils-2.9/libiberty and make the lib: 
  27.     # make
  28.       (ignore the ranlib error)    
  29.  
  30.  - change to directory binutils-2.9/gas and make the new gas:
  31.      # make as-new
  32.      
  33.  - You've got it!
  34.    Before installing as.new as the assembler for gcc you may strip it for
  35.    saving disc space:
  36.     # strip -k as-new
  37.     # cp as-new /usr/m68k-atari-mint/bin/as
  38.  
  39.  
  40. Hamburg, 16.05.98,
  41. Christian Felsch
  42. felsch@tu-harburg.de
  43.